What is the use of Mnesia in Erlang Programming?
1918
15-Mar-2016
Tarun Kumar
15-Mar-2016In Mnesia database data is organized as a set of tables and each and every table having a name (name should be an atom). Each table is made up of Erlang records and the users will be responsible for the record definitions. And every table also having a set of properties.